STEP 1: Let's make our first list.
This will create a list named my_list that stores three strings. We'll display it on the stage in the next step.
- Click on the LOGIC tab. Go to .
- Drag out List of Strings. Drop it at the bottom of your program.
- Since it's going to be a list of the basic grocery items we need, let's replace the name my_list with basics.
To navigate the page using the TAB key, first press ESC to exit the code editor.